LabelsInsidePlot Property

       

Returns or sets a value that determines whether to leave the axis labels at the normal location or move them with the axis to the new intersection point.

Syntax

object.LabelsInsidePlot [= boolean]

The LabelsInsidePlot property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression that specifies where to display the axis labels, as described in Settings.

Settings

The settings for boolean are:

Setting Description
True (Default) The axis labels remain at the normal location.
False The labels move inside the plot to the new intersection point.

Remarks

If this property is set, then the Intersection object's Auto property is automatically set to False.